From: Juri Linkov Date: Thu, 10 Jun 2004 04:23:24 +0000 (+0000) Subject: (Lisp Eval): Add C-M-x on defface. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22069 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=263a71a5fa55606302119f22b37a2b0f780b0405;p=emacs.git (Lisp Eval): Add C-M-x on defface. --- diff --git a/man/building.texi b/man/building.texi index 994e3be3f59..f7c1883e0d3 100644 --- a/man/building.texi +++ b/man/building.texi @@ -989,6 +989,8 @@ defines already has a value. But @kbd{C-M-x} unconditionally resets the variable to the initial value specified in the @code{defvar} expression. @code{defcustom} expressions are treated similarly. This special feature is convenient for debugging Lisp programs. +Typing @kbd{C-M-x} on a @code{defface} expression reinitializes +the face according to the @code{defface} specification. @kindex C-x C-e @findex eval-last-sexp